﻿<div class="comment-block">
 <div class="comment-block-left">
 <?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" width="90px" alt="$USERNAME$" /><?else?><img src="/images/noavatar.png" width="90px" alt="$USERNAME$" /><?endif?>
 </div>
 <div class="comment-block-right">
 <div class="comment-block-right2">
 <div class="comment-text">
 <div class="comment-text-title">
 Написал: <strong class="author"><?if($USERNAME$)?><a href="$PROFILE_URL$"><b>$USERNAME$</b></a><?else?><b>$NAME$</b><?endif?> </strong> ($DATE$ $TIME$) | #$NUMBER$
 </div>
 $MESSAGE$><br />
 
 </div> 
 </div>
 <div class="comment-block-right-ugol"></div>
 </div>
</div>
<div style="clear: both;height: 10px;"></div>